Patient Segmentation Process API - Implementation Template

(0 reviews)

Developer guide

This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables. It can be used by developers seeking a solution to upload Patient Conditions and Immunizations data into Salesforce CDP.

map-condition

Source: .src/main/resources/dwl/map-condition.dwl

Mapping Tables

Maps Patient Conditions CSV to JSON for CDP Bulk Upload

Patient Condition CSV FieldsCDP Condition JSON FieldsDescription
PATIENT_IDpatientIdUnique Id of the patient
PATIENT_MRNpatientMRNMedical record number of the patient
CONDITION_CODEconditionCodeIdentification of the condition
CONDITION_DESCRIPTIONdescriptionDescription of patient condition
CONDITION_STATUSclinicalStatusCondition clinical status
CONDITION_SEVERITYseveritySubjective severity of condition
CHRONIC_FLAGchronicFlagChronic flag of condition
NOTED_DATErecordedDateDate of condition was first recorded
RESOLVED_DATEresolvedDateDate of condition when resolved
SOURCE_SYSTEM_IDsourceSystemIdId of the source system

(back to top)

map-immunization

Source: .src/main/resources/dwl/map-immunization.dwl

Mapping Tables

Maps Patient Immunizations CSV to JSON for CDP Bulk Upload

Patient Immunization CSV FieldsCDP Immunization JSON FieldsDescription
PATIENT_IDpatientIdUnique Id of the patient
PATIENT_MRNpatientMRNMedical record number of the patient
VACCINE_CODEvaccineCodeVaccine product administered
VACCINE_DESCRIPTIONvaccineDescriptionDescription of vaccine
VACCINE_GROUPvaccineGroupGroup of vaccine
VACCINE_STATUSvaccineStatusStatus of vaccine
DOSEdoseAmount of vaccine administered
VACCINE_DATEvaccineDateDate of vaccine was given
SOURCE_SYSTEM_IDsourceSystemIdId of the source system

(back to top)


Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onOct 12, 2023
Asset overview

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.1
1.0.0